home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / GMS / GMSDev / Source / C / README.TXT
Encoding:
Text File  |  1998-04-09  |  989 b   |  34 lines

  1.  
  2. Each C compiler requires a special set up or command line to compile the
  3. demos.  Here are the details on the most popular compilers:
  4.  
  5.  
  6. SAS/C
  7.  
  8.   Each directory has a SCOPTIONS file that contains the necessary
  9.   parameters.  To compile a demo, just go to its directory and run:
  10.  
  11.    1> SC [file.c]
  12.  
  13. Dice C
  14.  
  15.   This is like SAS/C, only the command line is a bit longer:
  16.  
  17.   1> dcc -l0 -mD dpk.o [file.c] -o [executable]
  18.  
  19. Storm C
  20.  
  21.   There is a StormC project in the Blitter/ source directory.  You can use
  22.   it to compile the PixelList demo, and the template can be applied to the
  23.   other demos.
  24.  
  25. VBCC
  26.  
  27.   In order to get this compiler to work, it requires conversion of the .fd
  28.   files to its inline file format.  Or alternatively the fd2lib program
  29.   can be used to create a special gms.lib file.  I have not tried to do
  30.   either yet, I am too busy to do this.  If anyone out there does the
  31.   necessary work, please send me the resulting files so that I can include
  32.   them in future releases.
  33.  
  34.